ComponentOne Xamarin Edition
CollectionChanging Event
C1.CollectionView Assembly > C1.CollectionView Namespace > C1CacheCollectionView<T> Class : CollectionChanging Event
Occurs before the collection changes.
Syntax
public event NotifyCollectionChangedEventHandler CollectionChanging
Event Data

The event handler receives an argument of type NotifyCollectionChangedEventArgs containing data related to this event. The following NotifyCollectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
 
 
See Also